home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / Dev / powerd / lib / powerd_lib.lha / PowerD / SetStdRast.ass < prev    next >
Encoding:
Text File  |  1999-06-23  |  140 b   |  13 lines

  1. ; d1 - newrastport
  2.  
  3.     xdef    _SetStdRast
  4.  
  5. _SetStdRast
  6.     move.l    _stdrast,d0
  7.     tst.l    d1
  8.     beq.s    .exit
  9.     move.l    d1,_stdrast
  10. .exit    rts
  11.  
  12.     xref    _stdrast
  13.